projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5e9c4
)
(debug_print): New function.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Mar 1994 19:19:05 +0000
(19:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Mar 1994 19:19:05 +0000
(19:19 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 8e4a05fe3af071c2bd263b72f98c4a0634ce9fa4..a5f1f97907f265340a8861d374093300531defd0 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-598,6
+598,15
@@
to make it write to the debugging output.\n")
return character;
}
+
+/* This is the interface for debugging printing. */
+
+void
+debug_print (arg)
+ Lisp_Object arg;
+{
+ Fprin1 (arg, Qexternal_debugging_output);
+}
\f
#ifdef LISP_FLOAT_TYPE